home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / dorpch37.arc / EXDOOR.BAT < prev    next >
DOS Batch File  |  1991-01-01  |  374b  |  8 lines

  1. ECHO OFF           <==== Turn screen echoing OFF
  2. D:                 <==== Default drive is now D:
  3. CD\DOORS\4CARD     <==== Example directory for your DOOR
  4. 4CARD 4CARD.CFG    <==== Run 4CARD, pass parameter 4CARD.CFG
  5. CD\BBS             <==== Change to root directory
  6. C:                 <==== Default drive is now C:
  7. BBS                <==== Execute the BBS Batch file
  8.